home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
ixemul41.lha
/
ixemul-41.3
/
gnulib-soft-float
/
divdf3.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-19
|
129b
|
10 lines
#include "common.h"
#include <inline/mathieeedoubbas.h>
double
__divdf3 (a, b)
double a, b;
{
return IEEEDPDiv (a, b);
}